﻿/* Use this CSS-file to override any styles set by system-default Danske Baptisters Spejderkorps - Kategori*/

/*Primær: #ACCC4E*/
/*Sekundær: #ACCC4E*/
/*Baggrund: #fff*/
/*Rød: #c1002b*/
/*OBS: links anden farve - tjek a:link #212529*/

@font-face {
    font-family: 'allerregular';
    src: url('aller_rg-webfont.woff2') format('woff2'),
         url('aller_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerbold';
    src: url('aller_bd-webfont.woff2') format('woff2'),
         url('aller_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Verdana;
    background: #fff;
    padding-top: 53px;
}
body.customize-page {
    background: #dcdcdc;
}

.content {
	margin-top: -3px !important;
}

h1,h2,h3,h4 {
    font-family: 'allerregular';
}

.text-center {
    text-align: left;
}

.checkout-page-content .text-left {
    text-align: left;
    width: 65%;
}
.checkout-page-content .text-right {
    text-align: right;
    width: 30%;
}
.checkout-page-content td, th {
    padding: 0;
    width: 10%;
}

/*Link*/
a {
    color: #212529;
	text-decoration: none;
}
a:visited {
    color: #212529;
	text-decoration: none;	
}
a:hover {
    color: #212529;
	text-decoration: underline;	
}

.cart-row .cart-terms a:link {
    text-decoration: underline!important;
}
.cart-row .cart-terms a:visited {
    text-decoration: underline!important;
}
.cart-row .cart-terms a:hover {
    text-decoration: none!important;
}



.btn-link {
    color: #212529;
    text-decoration: none !important;
}

.section-products-description { /*Kategoribeskrivelse fjernet*/
    margin: -10px 0 20px;
    display: none;
}

/*Menu Top*/
.navbar-brand .logo {
    height: 53px;
    padding: 5px;
    margin-top: 0px;
}

.navbar {
    background: #fff;
    border: transparent;
    border-top: 0px solid #ACCC4E;
	border-bottom: 0px solid #333;	
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
	}

	.navbar .navbar-nav > li > a.navbar-nav-cart {
      background: #ACCC4E;
      color: white;
      font-weight: 700;
	  border-left: 0px solid #fff;
	  border-right: 0px solid #fff;
}
      .navbar .navbar-nav > li > a.navbar-nav-cart:hover,
      .navbar .navbar-nav > li > a.navbar-nav-cart:focus {
        background: #dcdcdc; }
      .navbar .navbar-nav > li > a i {
      margin-right: 5px;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus
 > .open > a:hover {
    color: white !important;
    background: #dcdcdc !important;
}

  .navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #212529;
    transition: all 0.3s ease;
}
  .navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #212529 !important;
}
.navbar .navbar-nav > .active > a {
    color: #212529;
    background: transparent !important;
}


/*Kategori dropdown*/
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link { /*Kategori menu*/
    color: #fff;
}
.k-menu .k-item, .k-menu.k-header {
    border-color: #1D3C34;
	border-radius: 0px !important;
}
.k-state-active {
    color: #333 !important;
    background: #ACCC4E !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(99, 99, 99);
}

.k-state-hover { color: white !important;
    background: #dcdcdc !important;
}

#impleomenu-cat {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
    background-color: transparent;
    border-width: 0;
    border-radius: 0px;
}

#impleomenu-cat > li > .k-link {
    padding-top: 15px;
    border: 0;
    padding-bottom: 15px;
    line-height: 20px;
    background-color: #1D3C34;
}

#impleomenu-cat > li > div > ul > li > a.k-link {
    background-color: transparent!important; 
	color: #333 !important;
    transition: all 0.3s ease; 
}
#impleomenu-cat > li > div > ul > li.k-state-hover > a.k-link:hover {
    color: #333;
}
.k-menu .k-menu-group .k-item>.k-link {
    padding: .28em 1.8em .38em .9em;
    color: #333;
}

.k-animation-container .k-link {
    /*background-color: transparent !important; */
    color: #333;
    transition: all 0.3s ease;
}
.k-animation-container .k-link:hover {
    color: #333;
}
.k-animation-container li.k-state-border-down {
        background-color: #dcdcdc;
}
.k-animation-container li {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    font-family: Verdana;
}



/*Menu Top mobile*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
   	border-color: #e7e7e7;
   	padding-left: 10px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   	background-color: transparent;
}

/*Breadcrumb*/
.section-breadcrumbs {
    background: white;
    padding: 0;
    border-bottom: 1px solid #ACCC4E;
	border-top: 1px solid #ACCC4E;
    line-height: 40px;
}
.section-products {
    background: transparent;
    border-bottom: 0px solid #ddd;
}
.section-breadcrumbs a:before {
    border-left-color: #ACCC4E;
    right: -20px;
}

/*NewsBox*/
#ctl00_MainContentPH_pnlR_CatNText {
    margin-bottom: 20px;
}


/*Kolonne Kategori*/
.col-sm-3 {
    width: 33.3333%;
}
.col-sm-3.col-md-5 {
    width: 33.3333%;
}
@media only screen and (max-width: 480px) {
    .col-sm-3 {
        width: 100%;
    }
}

/*Kolonne Produkt*/
.col-md-3 {
    width: 50%;
}


/*Knap*/
.btn-primary {
    background: #ACCC4E;
    border-color: #ACCC4E;
	border-radius: 50px;
	color: #fff !important;
}

.btn-primary:visited {
    background: #ACCC4E;
    border-color: #ACCC4E;
	border-radius: 50px;
	color: #fff !important;
}
  
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #ACCC4E;
	border-radius: 50px;
    border-color: #ACCC4E;
	color: #fff;
}

.btn-default {
    background: #ACCC4E;
    border-color: #ACCC4E;
	border-radius: 50px;
	color: #fff !important;
}

.btn-default:visited {
    background: #ACCC4E;
    border-color: #ACCC4E;
	border-radius: 50px;
	color: #fff !important;
}
  
.btn-default:hover,
.btn-default:focus,
.btn-default.active {
    background: #ACCC4E;
    border-color: #ACCC4E;
	border-radius: 50px;
	color: #fff;
}

.btn-feedback {
    background: #c1002b !important;
    border-color: #c1002b !important;
	color: #fff !important;
	font-size: 14px;
	font-family: 'allerbold';
}

.btn-feedback:visited {
    background: #c1002b !important;
    border-color: #c1002b !important;
	color: #fff !important;
	font-family: 'allerbold';	
}

.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback.active {
    background: #c1002b;
    border-color: #c1002b;
	color: #fff;
	font-family: 'allerbold';
}

.btn-buy {
    background: #ACCC4E;
    border-color: #ACCC4E;
	color: #fff !important;
}
  
.btn-buy:hover,
.btn-buy:focus,
.btn-buy.active {
    background: #ACCC4E;
    border-color: #ACCC4E;
	color: #fff;
	border-radius: 0px;
}


.btn-checkout:hover,
.btn-checkout:focus,
.btn-checkout.active {
	border-radius: 0px;
}


.btn-block {
    background: #ACCC4E;
    border-color: #ACCC4E;
	color: #fff !important;
}
  
.btn-block:hover,
.btn-block:focus,
.btn-block.active {
    background: #ACCC4E;
    border-color: #ACCC4E;
	color: #fff;
}

.btn-lg {
    background: #ACCC4E;
    border-color: #ACCC4E;
	color: #fff !important;
}
  
.btn-lg:hover,
.btn-lg:focus,
.btn-lg.active {
    background: #ACCC4E;
    border-color: #ACCC4E;
	color: #fff;
}

.modal-addedtocart-buttons .btn {
    margin: 0 5px 10px;
	color: #333;
	
}


/*Profil*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ACCC4E;
}
.panel-profile-list .list-group-item .btn-group {
    padding: 4px 0;
    opacity: 100;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#admintab {
	display: none;
}
#ctl00_MC_PH_lblR_PostAdr { /*Fakturaadresse felter*/
	display: none;
}
#ctl00_MC_PH_TBR_PostAdr1 { /*Fakturaadresse felter*/
	display: none;
}
#ctl00_MC_PH_TBR_PostAdr2 { /*Fakturaadresse felter*/
	display: none;
}
#ctl00_MC_PH_TBR_PostPostalC { /*Fakturaadresse felter*/
	display: none;
}
#ctl00_MC_PH_TBR_PostPostalP { /*Fakturaadresse felter*/
	display: none;
}
#ctl00_MC_PH_DDLR_PostCountry { /*Fakturaadresse felter*/
	display: none;
}


/*Referencefelter - felt skjult, men validering på custom ref*/
#ctl00_MC_PH_lbl_Ref {
    display: none;
}
#ctl00_MC_PH_TB_Ref {
    display: none;
}
#ctl00_MC_PH_DDL_Ref {
    display: none;
}
.col-sm-8 {
	float: right;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
	float: right;
}


/*Referencefelt i profil*/
#ctl00_MC_PH_lblR_ORef { 
	display: none;
}
#ctl00_MC_PH_TBR_ORef { 
	display: none;
}

.col-sm-8 {
	float: right;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
	float: right;
}



/*Dropdown*/
.dropdown-menu {
  padding: 0; }
  .dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .dropdown-menu > li > a {
    color: #ACCC4E;
    font-family: 'allerbold';
    padding: 10px 15px !important; }
    .dropdown-menu > li > a i {
      margin-right: 8px; }
  .dropdown-menu > li:first-child > a {
    border-radius: 4px 4px 0 0; }
  .dropdown-menu > li:last-child > a {
    border-radius: 0 0 4px 4px; }
  .dropdown-menu-cart {
    min-width: 280px; }


/*Kategori / Produkt top med billede*/
.jumbotron {
  padding: 0;
  margin: 0;
  color: white;
  text-align: center; }

  .jumbotron-inner {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: none;
	padding: 150px;  
    /*padding: 50px 0;
	height: 500px; */
}
@media only screen and (max-width: 480px) {
    .jumbotron-inner {
	height: 200px;
	display: none;
    }
	
}


.jumbotron-success .jumbotron-inner {
      background-color: rgba(0, 0, 0, 0.0) }
  .jumbotron-heading {
    margin: 0;
    font-size: 34px !important;
    line-height: 34px;
    font-weight: 300;
    float: left; }
    .jumbotron-heading.text-center {
      float: none; }
.jumbotron .h1, .jumbotron h1 {
    color: #fff;
	display: none;
}

  .jumbotron-search {
    position: relative;
    float: right;
    max-width: 300px;
	margin-top: 190px;

}
@media only screen and (max-width: 480px) {
    .jumbotron-search {
	margin-top: 43px;
    }
	
}

    .jumbotron-search:after {
      content: "\f002";
      font-family: "FontAwesome";
      position: absolute;
      left: 15px;
      top: 50%;
      line-height: 20px;
      margin-top: -10px;
      color: #aaa;
      font-size: 16px;
      z-index: 9; }
    .jumbotron-search .form-control {
      border: 0;
      border-radius: 4px;
      padding-left: 40px; }
  .jumbotron-home .jumbotron-inner {
    padding: 250px 0; }
  .jumbotron-home .jumbotron-heading {
    margin: 0 0 40px;
    font-size: 40px !important;
    float: none;
    text-align: center; }
  .jumbotron-home .jumbotron-search {
    max-width: 500px;
    margin: 0 auto;
    float: none; }
  @media (max-width: 767px) {
    .jumbotron-contentpage .jumbotron-heading {
      float: none;
      margin-bottom: 15px; }
    .jumbotron-contentpage .jumbotron-search {
      float: none;
      margin: 0 auto; } }


/*Kategori*/
.panel-product-heading {
    color: #333;
}


/*Produkter*/
.panel-product-image {
    margin: 0 auto;
    display: block;
    height: 110px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    margin-top: 15px;
}


/*Priser*/
.webshop-product-price {
    color: #dd5061;
    white-space: nowrap;
}
.panel-options .total-price {
    color: #dd5061;
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 3px;
}
.panel-preview-price {
    color: #dd5061;
}
.cart-price {
    color: #dd5061;
    float: right;
    margin: 0;
}
#ctl00_pnlR_CartTotal .text-success { /*dropdown menu pris*/
    color: #dd5061 !important;
}


/*Webshop header + beskrivelse links*/
.webshop-product-title {
    font-family: 'allerbold';
    padding: 5px 0;
    margin: 0 0 5px;
    font-size: 18px;
}

.webshop-product-details a:link {
	text-decoration: none!important;
	color: #ACCC4E !important;
}
.webshop-product-details a:visited {
	text-decoration: none!important;
	color: #ACCC4E !important;
}
.webshop-product-details a:hover {
	text-decoration: none !important;
	color: #ACCC4E !important;
}

div.webshop-product-description a:link {
	text-decoration: underline!important;
	color: #ACCC4E !important;
}
div.webshop-product-description a:visited {
	text-decoration: underline!important;
	color: #ACCC4E !important;
}
div.webshop-product-description a:hover {
	text-decoration: none!important;
	color: #ACCC4E !important;
}


/*Variabler*/
.panel-body {
    padding: 15px;
	background-color: #fcfcfc;
}

.panel-options {
    background-color: #fcfcfc !important;
}

.btn-success {
    color: #fff;
    background-color: #ACCC4E;
    border-color: #ACCC4E;
}
.btn-block {
    color: #fff;
    background-color: #ACCC4E;
    border-color: #ACCC4E;
}
.btn-buy:hover {
    color: #fff;
    background-color: #ACCC4E !important;
    border-color: #ACCC4E !important;
}

.webshop-product-menu .btn-link { /*Menu i webshop er fjernet*/
    color: #7b2a90;
    text-decoration: none !important;
	display: none !important;
}

.btn-link { /*Menu i webshop er fjernet*/
    color: #7b2a90;
    text-decoration: none !important;
}

#ctl00_MainContentPH_pnlR_ProdNText {
    color: #a20e31;
	margin-bottom: 10px;
}

.RadComboBox_Metro .rcbReadOnly { /*Dropdown ved produkter*/
    border-color: #e0e0e0;
    color: #000;
    background-color: #fff !important;
}


/*Devider ved variable produkter*/
body.customize-page .section-customize .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: transparent;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    margin-top: 10px;
    font-family: 'allerbold';
    padding-left: 0px !important;
    border-radius: 0px;
}

/*Relaterede produkter*/
.panel-product {
    transition: all 0.3s ease;
    border: 1px solid #999;
	background-color: #f5f5f5;
    box-shadow: none;
    text-decoration: none !important;
    height: 220px;
    overflow: visible;
    display: block;
}
.panel-product .prodlink {
    cursor: pointer;
    background-color: #f5f5f5;
}
.panel-product a:link {
	text-decoration: none !important;
}
.panel-product a:visited {
	text-decoration: none !important;
}
.panel-product a:hover {
	text-decoration: none !important;
}

.panel-product-heading {
    font-family: 'allerbold';
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    margin: 0 0 5px;
    color: #333 !important;
}

.panel-product-text {
    font-size: 12px;
    color: #777;
    text-align: center;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
	color: #333 !important;	
}


/*Pop-Up ved køb*/
.text-success { /*Header*/
    color: #ACCC4E !important;
}


/*Ikoner*/
.fa-ellipsis-v:before {
    content: "\f142";
    color: #ACCC4E;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #ACCC4E;	
}
.fa-refresh:before {
    content: "\f021";
    color: #ACCC4E;		
}

.panel-default>.panel-heading .fa-refresh:before {
    color: #ACCC4E;
}

.panel-preview-buttons > .btn {
    font-size: 24px;
    line-height: 1;
    color: #ACCC4E;
    outline: none !important;
    padding-top: 0;
    padding-bottom: 0;
}

.section-profile .nav .badge {
    position: relative;
    top: -2px;
    background: #ACCC4E;
}

/*Spinner*/
.spinner {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 200px;
height: 200px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;
}
#spinner3 {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 200px;
height: 200px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;	
}


/*Footer*/
.footer {
    font-size: 13px;
    padding: 0;
	padding-top: 10px;
	border-top: 1px solid #333;
    background: #fff;
}
.footer a:link {
    color:#212529;
}
.footer a:visited {
    color:#212529;
}
.footer a:hover {
    color:#212529;
	text-decoration: underline;
}